/* 今日头条 */

.headline {
    align-items: center;
}

.headline .pic {
    width: 100px;
    height: 100px;
}

.headline .title {
    font-size: 36px;
    font-weight: bold;
    color: #0031A2;
    display: inline-block;
    line-height: 46px;
    margin: 0 auto;
}

/* 头部搜索 */

.search-box {
    height: 40px;
}

.search-form {
    width: 262px;
    height: 40px;
    background: rgba(99,146,255,0.3700);
    border-radius: 6px;
    position: absolute;
    right: 0;
}

.search-form .search-text {
    width: 222px;
    height: inherit;
    box-sizing: border-box;
    padding: 0 10px;
    color: #DDDDDD;
    font-size: 12px;
}

.search-form .search-text:-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}

.search-form .search-text:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
}

.search-form .search-text::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
}

input:-webkit-autofill {
    -webkit-animation: autofill-fix 1s infinite!important;
    -webkit-text-fill-color: #DDDDDD;
    -webkit-transition: background-color 50000s ease-in-out 0s!important;
    transition: background-color 50000s ease-in-out 0s!important;
    background-color: transparent!important;
    background-image: none !important;
}

.search-form .search-btn {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 0px 6px 6px 0px;
}

.search-form .search-icon {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    margin: 0;
    background: url('../images_2022/icon-search.png') no-repeat;
    background-size: 100%;
}

/* 焦点图 */

.swiper-banner {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.swiper-banner .swiper-slide {
    text-align: center;
}

.swiper-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.arrow_left, .arrow_right {
    z-index: 1;
}

.arrow_left {
    background: url(../images_2022/arrows_l_w.png) no-repeat;
    width: 16px;
    height: 40px;
    left: 0;
}

.arrow_right {
    background: url(../images_2022/arrows_r_w.png) no-repeat;
    width: 16px;
    height: 40px;
    right: 0;
}

.swiper-banner .pagination {
    left: 0;
    text-align: center;
}

/* 要闻 */

.news-head-box {
    justify-content: space-between;
}

.news-head-box .left {
    width: 465px;
    background: #F6F7F8;
    border-radius: 0px 30px 0px 30px;
    box-sizing: border-box;
    padding: 0 20px 20px;
}

.news-head-box .right, #div_jiaodiantupian {
    width: 705px;
}

.news-head-box .news_list_tab {
    width: 100%;
    height: 55px;
}

.news-head-box .news_list_tab li {
    width: auto;
    line-height: 55px;
    text-align: center;
}

.news-head-box .news_list_tab li:hover {
    border: none;
}

.news-head-box .news_list_tab li a {
    font-size: 20px;
    font-weight: 600;
    color: #787878;
}

.news-head-box .news_list_tab li.active {
    background: url(../images_2022/img_title.png) no-repeat;
    background-size: 100%;
    width: 142px;
    height: 55px;
    border: none;
    box-sizing: border-box;
    padding-right: 10px;
}

.news-head-box .news_list_tab li.active a {
    color: #FFFFFF;
}

.news-head-box .news_list_ul .first {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.news-head-box .news_list_ul .first .title {
    font-size: 20px;
}

.news-head-box .news_list_ul .first .desc {
    font-size: 14px;
    color: #595757;
}

.news-head-box .news_list_ul li a {
    font-size: 18px;
}

/* 要闻焦点图 */

.swiper-news-banner {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.swiper-news-banner .swiper-slide {
    position: relative;
}

.swiper-news-banner .swiper-slide .pic {
    display: block;
    width: inherit;
    height: inherit;
}

.swiper-news-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-news-banner .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    color: #FFFFFF;
    font-size: 24px;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 统一swiper翻页样式 */

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: left;
    left: 20px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.5;
    cursor: pointer;
    box-shadow: none;
    border-radius: none;
}

.swiper-active-switch {
    background: #1E47D0;
    opacity: 1;
}

/* 重要发布 */

.content-box {
    justify-content: space-between;
}

.box-846 {
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-846 .news-box {
    width: 408px;
}

.box-846 .news_list_head {
    align-items: center;
}

.box-846 .news-box .news-title {
    align-items: center;
}

.box-846 .news-box .news-title .icon {
    height: 24px;
}

.box-846 .news-box .news-title h3 {
    font-size: 24px;
    margin: 0 5px 0 10px;
}

.box-846 .news_list_tab {
    margin-left: 5px;
    height: 100%;
}

.box-846 .news_list_tab li {
    height: auto;
    margin: 0 5px;
    border: none;
}

.box-846 .news_list_tab a {
    font-size: 14px;
    color: #787878;
}

.box-846 .news_list_tab li::after {
    content: '/';
    position: absolute;
    top: 4px;
    right: -8px;
    font-size: 14px;
    color: #787878;
}

.box-846 .news_list_tab li:last-child:after {
    display: none;
}

.box-846 .news_list_tab li:hover a, .box-846 .news_list_tab li.active a {
    color: #1E47D0;
}

.box-846 .news_list_ul .title-pic {
    width: 140px;
    height: 105px;
}

.box-846 .news_list_ul .right {
    margin-left: 20px;
}

.box-846 .news_list_ul .right .title, .box-846 .news_list_ul .right .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
}

.box-846 .news_list_ul .right .desc {
    color: #787878;
}

.box-846 .news_list_ul li {
    border-top: 1px solid #E7E7E7;
    height: 50px;
    line-height: 50px;
}

.box-846 .news_list_ul li a {
    font-size: 18px;
}

/* 专题专栏 */

.topic {
    width: 100%;
}

.topic-box {
    background: url(../images_2022/background_rmt.png) center bottom no-repeat;
    background-size: 100%;
    width: 100%;
    height: 430px;
    box-sizing: border-box;
}

.topic .news_list_head {
    border: none;
}

.topic .news_list_head li a {
    font-size: 24px;
    color: #787878;
    font-weight: 400;
}

.topic .news_list_head li {
    margin-right: 44px;
    padding-left: 29px;
}

.topic .news_list_head li:last-child {
    margin-right: 0;
}

.topic .news_list_head li .icon {
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    background: url(../images_2022/icon_ztzl_g.png) no-repeat;
    width: 24px;
    height: 24px;
}

.topic .news_list_head li .icon.media {
    background: url(../images_2022/icon_rmtzp_g.png) no-repeat;
}

.topic .news_list_head li .icon.video {
    background: url(../images_2022/icon_spxw_g.png) no-repeat;
}

.topic .news_list_head li .icon.live {
    background: url(../images_2022/icon_zb_g.png) no-repeat;
}

.topic .news_list_tab li::after {
    content: '';
    position: absolute;
    top: 18px;
    right: -24px;
    width: 4px;
    height: 16px;
    background: #E7E7E7;
    opacity: 0.5;
}

.topic .news_list_head li.active a {
    color: #222222;
}

.topic .news_list_head li.active .icon {
    background: url(../images_2022/icon_ztzl_n.png) no-repeat;
}

.topic .news_list_head li.active .icon.media {
    background: url(../images_2022/icon_rmtzp_n.png) no-repeat;
}

.topic .news_list_head li.active .icon.video {
    background: url(../images_2022/icon_spxw_n.png) no-repeat;
}

.topic .news_list_head li.active .icon.live {
    background: url(../images_2022/icon_zb_n.png) no-repeat;
}

.topic-box .news_list_ul {
    flex-wrap: wrap;
}

.topic-box .news_list_ul li {
    width: 262px;
    height: 189px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-right: 25px;
    margin-bottom: 25px;
    display: block;
    padding: 0;
    float: left;
}

#div_rmtzp_pic {
    margin: 0 auto;
}

.topic-box .news_list_ul li::after {
    display: none;
}

.topic-box .news_list_ul li:nth-child(3n) {
    margin-right: 0;
}

.topic-box .news_list_ul li a {
    display: block;
    font-size: 16px;
}

.topic-box .news_list_ul li .pic {
    width: 100%;
    height: 105px;
}

.topic-box .news_list_ul li .pic img {
    width: 100%;
    height: 100%;
}

.topic-box .news_list_ul li .topic-title {
    box-sizing: border-box;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 24px;
    margin-top: 12px;
}

/* 融媒体作品 */

.swiper_container_topic {
    position: relative;
    overflow: hidden;
    width: 760px;
    height: 416px;
    margin: 0 auto;
}

.swiper_container_topic .arrow_left {
    left: 16px;
}

.swiper_container_topic .arrow_right {
    right: 16px;
}

.swiper_container_topic .swiper-slide a {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper_container_topic .swiper-slide a .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 14px;
    line-height: 20px;

}

.swiper_container_topic .swiper-slide {
    background: url(../images_2022/frame_s.png) no-repeat;
    background-size: 100% 100%;
    width: 227px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    transform: scale(0.9);
}

.swiper_container_topic .swiper-slide-active {
    background: url(../images_2022/frame_l.png) no-repeat;
    background-size: 100% 100%;
    width: 280px;
    height: 100%;
    padding: 25px;
    transform: scale(1);
}

.swiper_container_topic .swiper-slide img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
}

/* 市县人大 */

.news-box.city, .news-box.arty {
    width: 100%;
}

.city .news_list_head {
    border: none;
}

.city .news_list_tab li {
    margin: 0 8px;
}

.city .pic-box {
    position: relative;
    width: 407px;
    float: left;
}

.city .pic-box::after {
    content: '';
    background: url(../images_2022/shadow_img.png) no-repeat;
    width: 408px;
    height: 23px;
    position: absolute;
    bottom: -22px;
    left: 0;
}

.swiper-city-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 253px;
    border-radius: 6px;
}

.swiper-city-banner .swiper-slide {
    position: relative;
}

.swiper-city-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-city-banner .swiper-slide .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 96px;
    box-sizing: border-box;
    padding: 18px 16px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.swiper-city-banner .swiper-slide .title a {
    font-size: 20px;
    color: #FFFFFF;
    height: 60px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.swiper-city-banner .pagination {
    bottom: 5px;
}

.city .right {
    width: 408px;
}

.city .news_list_ul li:first-child {
    border: none;
}

/* 人大文苑 */

.arty .news_list_head {
    border: none;
}

.arty .news_list_head li .icon {
    background: url(../images_2022/icon_rdwy_g.png) no-repeat;
}

.arty .news_list_head li .icon.rdzs {
    background: url(../images_2022/icon_rdzs_g.png) no-repeat;
}

.arty .news_list_head li.active .icon {
    background: url(../images_2022/icon_rdwy_n.png) no-repeat;
}

.arty .news_list_head li.active .icon.rdzs {
    background: url(../images_2022/icon_rdzs_n.png) no-repeat;
}

.arty .news_list_ul {
    justify-content: space-between;
    width: inherit;
}

.arty .news_list_ul li {
    position: relative;
    border: none;
    width: 408px;
    height: 253px;
    line-height: 0;
    display: block;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    flex: unset;
    border-radius: 6px;
    padding: 0;
}

.arty .news_list_ul .rdzs_box li {
    width: 850px;
    height: 50px;
    line-height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 14px;
    border-bottom: 1px solid #E7E7E7;
}

.arty .news_list_ul li a {
    width: 100%;
    height: 100%;
}

.arty .news_list_ul li .title-pic {
    width: 100%;
    height: 100%;
}

.arty .news_list_ul li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    box-sizing: border-box;
    padding: 50px 16px 0;
}

.arty .news_list_ul li .title a {
    font-size: 20px;
    color: #FFFFFF;
}

/* 领导之窗 */

.leader {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}

.leader-list {
    text-align: center;
}

.leader-list a {
    display: block;
}

.leader-list a img {
    width: 284px;
}

/* 部门 */

.dept-list li {
    background: url(../images_2022/btn_link.png) no-repeat;
    width: 284px;
    height: 60px;
    font-size: 22px;
    font-weight: 600;
    color: #0031A2;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dept-list li:nth-child(2) {
    font-size: 20px;
}

.dept-list li a {
    color: #0031A2;
}

.dept-list li:hover a {
    color: #1E47D0;
}

/* 人大机构 */

.organ .head {
    align-items: center;
}

.organ-list {
    box-sizing: border-box;
    padding: 10px 20px 20px;
}

.organ-list li {
    background: url(../images_2022/btn_link2.png) no-repeat;
    width: 284px;
    height: 55px;
    margin: 15px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organ-list li a {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.organ-list li:last-child a {
    font-size: 14px;
}

/* 广告图 */

.ad-pic {
    display: block;
}

.ad-pic>img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 文献资料 */

.means .news_list_head {
    align-items: center;
    font-size: 24px;
}

.means .news_list_head .icon {
    height: 24px;
    margin-right: 10px;
}

.means .news_list_ul li {
    border-bottom: 1px solid #E7E7E7;
    padding-left: 14px;
    height: 50px;
    line-height: 50px;
}

.means .news_list_ul li a {
    font-size: 18px;
}

/* 网站链接 */

.link .head {
    align-items: center;
}

.link .title {
    background: url(../images_2022/title_link.png) no-repeat;
    width: 280px;
    height: 53px;
    line-height: 53px;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
}

.link-list {
    flex-wrap: wrap;
}

.link-list a {
    position: relative;
    font-size: 14px;
    width: 14%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding-left: 14px;
    display: flex;
    align-items: center;
}